home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Indispensables / Movie Collection / MovieCollection5403.exe / {app} / MovieCollection.exe / 0 / RCDATA / TFRMDONS / TFRMDONS.txt < prev   
Text File  |  2005-08-08  |  3KB  |  130 lines

  1. object FrmDons: TFrmDons
  2.   Left = 133
  3.   Top = 231
  4.   BorderStyle = bsDialog
  5.   Caption = 'Faire un don'
  6.   ClientHeight = 351
  7.   ClientWidth = 480
  8.   Color = clSkyBlue
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 136
  22.     Top = 187
  23.     Width = 39
  24.     Height = 13
  25.     Caption = 'Montant'
  26.   end
  27.   object Shape1: TShape
  28.     Left = 39
  29.     Top = 175
  30.     Width = 82
  31.     Height = 37
  32.   end
  33.   object Image1: TImage
  34.     Left = 40
  35.     Top = 177
  36.     Width = 77
  37.     Height = 33
  38.     AutoSize = True
  39.     Picture.Data = {<image000.jpg>}
  40.   end
  41.   object Label2: TLabel
  42.     Left = 208
  43.     Top = 224
  44.     Width = 59
  45.     Height = 13
  46.     Caption = 'Partenaire'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object ImagePartenaire: TImage
  55.     Left = 8
  56.     Top = 248
  57.     Width = 466
  58.     Height = 60
  59.     Cursor = crHandPoint
  60.     AutoSize = True
  61.     Picture.Data = {<image001.gif>}
  62.     OnClick = ImagePartenaireClick
  63.   end
  64.   object Memo1: TMemo
  65.     Left = 40
  66.     Top = 16
  67.     Width = 401
  68.     Height = 153
  69.     BorderStyle = bsNone
  70.     Lines.Strings = (
  71.       'Movie Collection est un logiciel libre et gratuit. '
  72.       ''
  73.       
  74.         'En faisant un don, vous soutenez efficacement le projet Movie Co' +
  75.         'llection afin que '
  76.       
  77.         'votre gestionnaire de film favori puisse '#233'voluer dans les meille' +
  78.         'ures conditions tout '
  79.       'en restant gratuit.'
  80.       ''
  81.       
  82.         'Tout risque est '#233'limin'#233' lors de la transaction gr'#226'ce '#224' la s'#233'curi' +
  83.         'sation SSL.'
  84.       ''
  85.       
  86.         'Merci de me soutenir activement dans le d'#233'veloppement de Movie C' +
  87.         'ollection.'
  88.       ''
  89.       'Babidyxp')
  90.     ParentColor = True
  91.     TabOrder = 0
  92.   end
  93.   object cxButton1: TcxButton
  94.     Left = 198
  95.     Top = 318
  96.     Width = 83
  97.     Height = 25
  98.     Action = ActionClose
  99.     TabOrder = 1
  100.   end
  101.   object cxButton2: TcxButton
  102.     Left = 328
  103.     Top = 181
  104.     Width = 105
  105.     Height = 25
  106.     Action = ActionFaireUnDon
  107.     TabOrder = 2
  108.   end
  109.   object cxEdMontant: TcxCurrencyEdit
  110.     Left = 192
  111.     Top = 183
  112.     Width = 121
  113.     Height = 21
  114.     EditValue = 15.000000000000000000
  115.     TabOrder = 3
  116.   end
  117.   object aclFiche: TActionList
  118.     Left = 152
  119.     Top = 160
  120.     object ActionClose: TAction
  121.       Caption = 'Fermer'
  122.       OnExecute = ActionCloseExecute
  123.     end
  124.     object ActionFaireUnDon: TAction
  125.       Caption = 'Faire un don'
  126.       OnExecute = ActionFaireUnDonExecute
  127.     end
  128.   end
  129. end
  130.